core: Drop duplicated type declarations
authorColin Walters <walters@verbum.org>
Sat, 17 Aug 2013 12:23:28 +0000 (08:23 -0400)
committerColin Walters <walters@verbum.org>
Sat, 17 Aug 2013 12:23:28 +0000 (08:23 -0400)
3 fewer gtk-doc warnings, 99 still left on the wall...

src/libostree/ostree-types.h

index 5370aac7573b98f659aecfbe69870d907716f035..a0fff03d95ccafd0c2eac2be6f774fbcb17a4695 100644 (file)
 
 G_BEGIN_DECLS
 
-struct OstreeRepo;
 typedef struct OstreeRepo OstreeRepo;
-struct OstreeMutableTree;
 typedef struct OstreeMutableTree OstreeMutableTree;
-struct OstreeRepoFile;
 typedef struct OstreeRepoFile OstreeRepoFile;
 
 G_END_DECLS